.. _Text Functions: ================ Text Functions ================ .. toctree:: :maxdepth: 5 :hidden: :glob: * +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | **Function** | **Description** | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_LineCountA` | Get the line count of text by counting line feeds. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_LineCountW` | Get the line count of text by counting line feeds. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_LineCountExA` | Get the line count of text by counting line feeds. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_LineCountExW` | Get the line count of text by counting line feeds. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_ParseLineA` | Parse words in a line of text into an array of zero terminated strings. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_ParseLineW` | Parse words in a line of text into an array of zero terminated strings. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_ReadLineA` | Read a line of text into a buffer. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_ReadLineW` | Read a line of text into a buffer. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_TestLineA` | Tests the first character after any tabs or spaces to determine if the line has usable text or not. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_TestLineW` | Tests the first character after any tabs or spaces to determine if the line has usable text or not. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_WriteLineA` | Writes a line of text to a memory buffer and updates the last write position. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Text_WriteLineW` | Writes a line of text to a memory buffer and updates the last write position. | +------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------+